home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / ghostscript / inst / README.sgi < prev   
Text File  |  1994-08-01  |  4KB  |  104 lines

  1.  
  2.  
  3.  
  4.                      README for ghostscript and ghostview
  5.  
  6.       a PostScript previewer, and an X11 UI for the ghostscript interpreter
  7.  
  8.  
  9.  
  10.     This directory contains sgi inst-able images for ghostscript (version
  11.     2.5.2), and ghostview (looks like version 1.4.1), and includes the 
  12.     complete source for each, preconfigured to compile under Irix, as well 
  13.     as pre-built binaries and man pages.  Along with all the files included 
  14.     in the inst image (see README.inst) the following files also exist in 
  15.     this directory:
  16.  
  17.  
  18.       README.inst: giving the low-down on the sgi inst-able image 
  19.       README.sgi : this file
  20.       COPYING.gs : copying rools--preamble, terms & conditions--for ghostscript
  21.       README.gs  : README for ghostscript source
  22.       ghostscript.manPage: ghostscript man page
  23.  
  24.  
  25.     The inclusion of this inst-able image of ghost[script/view] would not 
  26.     have been possible without the generous help of Robert Keller.
  27.  
  28.     follows are the beginnings of the gs and ghostview man pages:
  29.  
  30.  _____________________________________________________________________________
  31.  
  32.  
  33.  
  34.      GS(1)              UNIX System V (10 May 1993)              GS(1)
  35.  
  36.      NAME
  37.           gs - Ghostscript version 2.6 interpreter/previewer
  38.  
  39.      SYNOPSIS
  40.           gs [ options ] [ files ] ...
  41.  
  42.      DESCRIPTION
  43.           Ghostscript is a programming language similar to Adobe
  44.           Systems' PostScript (tm) language, which is in turn similar
  45.           to Forth.  Gs reads files in sequence and executes them as
  46.           Ghostscript programs.  After doing this, it reads further
  47.           input from the standard input stream (normally the
  48.           keyboard).  Each line is interpreted separately.  To exit
  49.           from the interpreter, enter the `quit' command.  The
  50.           interpreter also exits gracefully if it encounters end-of-
  51.           file.  Typing the interrupt character (e.g. Control-C) is
  52.           also safe.
  53.  
  54.           The interpreter recognizes several switches described below,
  55.           which may appear anywhere in the command line and apply to
  56.           all files thereafter.
  57.  
  58.           You can get a help message by invoking Ghostscript with the
  59.           -h or -? option.  This message also lists the available
  60.           devices.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.            _____________________________________________
  67.  
  68.  
  69.  
  70.  
  71.      GHOSTVIEW(1)              UNIX System V              GHOSTVIEW(1)
  72.  
  73.      NAME
  74.           ghostview - View PostScript documents using ghostscript
  75.  
  76.      SYNOPSIS
  77.           ghostview [filename]
  78.           or
  79.           ghostview [-staticgray] [-grayscale] [-staticcolor]
  80.           [-pseudocolor] [-truecolor] [-directcolor] [-[no]install]
  81.           [-[no]private] [-[no]center] [-[no]title] [-[no]date]
  82.           [-[no]locator] [-[no]labels] [-resolution dpi] [-dpi dpi]
  83.           [-xdpi dpi] [-ydpi dpi] [-[no]quiet] [-preload file]
  84.           [-magstep n] [-portrait] [-landscape] [-upsidedown]
  85.           [-seascape] [-letter] [-tabloid] [-ledger] [-legal]
  86.           [-statement] [-executive] [-a3] [-a4] [-a5] [-b4] [-b5]
  87.           [-folio] [-quarto] [-10x14] [-force] [-forceorientation]
  88.           [-forcemedia] [-[no]swap] [-[no]openwindows] [-[no]ncdwm]
  89.           [-page label] [-toolkitoption ...]  [filename]
  90.  
  91.      DESCRIPTION
  92.           The ghostview program provides an X11 user interface for the
  93.           ghostscript interpreter.  Ghostview and ghostscript function
  94.           as two cooperating programs.  Ghostview creates the viewing
  95.           window and ghostscript draws in it.
  96.  
  97.           Don't be alarmed by the number of options.  Generally, one
  98.           invokes ghostview with just one parameter, the name of the
  99.           file to be previewed.  If the filename is ``-'', ghostview
  100.           will read from ``stdin''.  The options provide a way to set
  101.           X resources from the command line for a single invocation of
  102.           ghostview.  For that reason, discussion of the options is
  103.           delayed until after the X resources are discussed.
  104.